home *** CD-ROM | disk | FTP | other *** search
/ Software of the Month Club 2000 October / Software of the Month - Ultimate Collection Shareware 277.iso / pc / PROGRAMS / UTILITY / WINLINUX / DATA1.CAB / programs_-_include / ASM-I386 / MMU_CONT.{15 < prev    next >
Text File  |  1999-09-17  |  314b  |  14 lines

  1. #ifndef __I386_MMU_CONTEXT_H
  2. #define __I386_MMU_CONTEXT_H
  3.  
  4. /*
  5.  * get a new mmu context.. x86's don't know about contexts.
  6.  */
  7. #define get_mmu_context(x) do { } while (0)
  8.  
  9. #define init_new_context(mm)    do { } while(0)
  10. #define destroy_context(mm)    do { } while(0)
  11. #define activate_context(tsk)    do { } while(0)
  12.  
  13. #endif
  14.